.net webapi跨域无法获取cookie问题解决办法 1.首先webapi要设置允许跨域 2.API控制器增加同源策略标注 3.存储信息到cookie,注意设置Domain 3.webapi获取cookie ...